home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / BOOT._ / boot
Text File  |  1996-06-07  |  4KB  |  124 lines

  1. ;
  2. ;   DNS boot file
  3. ;
  4. ;   NOTE:   It is NOT necessary to use a boot file to run the DNS server.
  5. ;
  6. ;   The Microsoft DNS server is capable of reading configuration, zone
  7. ;   and cache information from a "boot" file or from the NT registry.
  8. ;
  9. ;   To take full advantage of the capabilities of the Microsoft DNS
  10. ;   server we suggest using the DNS Administration tool (dnsadmin.exe).
  11. ;   If you are new to DNS or are setting up a new installation, then we
  12. ;   strongly recommend using the Admin tool, in which case you need not
  13. ;   setup a boot file.
  14. ;
  15. ;   However, if you are porting an existing BIND DNS installation, then
  16. ;   the DNS server will be able to read your existing boot file.  Note,
  17. ;   that the file MUST be named "boot".
  18. ;
  19.  
  20. ;
  21. ;   Boot file syntax:
  22. ;
  23. ;   Directives in this file instruct the DNS service when it is starting.
  24. ;   Anything on a line followin a semicolon ';' is a comment, and is ignored.
  25. ;
  26. ;   This file and all files listed in this file must be in
  27. ;   %SystemRoot%\system32\dns directory.
  28. ;
  29.  
  30. ;
  31. ;   Interoperation with UNIX DNS servers running BIND:
  32. ;
  33. ;   Most BIND versions do not accept properly formatted zone transfers
  34. ;   unless they contain only a single resource record in each message
  35. ;   of the zone transfer.  This transfer method is grossly inefficient
  36. ;   both in terms of speed and bandwidth.  New BIND versions may not
  37. ;   have this bug.
  38. ;
  39. ;   The Microsoft DNS server will accept (receive) any properly formatted
  40. ;   zone transfer message, and is configured to send in either fashion.
  41. ;   Hence this issue ONLY relates to BIND recieving zone transfers --
  42. ;   i.e. BIND server as a secondary.
  43. ;
  44. ;   YOU SHOULD CHANGE:
  45. ;       - uncomment BindSecondaries, if have BIND secondaries for
  46. ;           some of your zones
  47. ;       - uncomment NoBindSecondaries, if have ONLY Microsoft or
  48. ;           other non-BIND DNS servers as your secondaries or if
  49. ;           you do not have secondaries for any of these zones
  50. ;
  51.  
  52. ;BindSecondaries
  53.  
  54. ;NoBindSecondaries
  55.  
  56.  
  57. ;
  58. ;   CACHE FILE
  59. ;
  60. ;   The "cache" file contains information necessary to contact the ROOT
  61. ;   domain name servers.
  62. ;
  63. ;   The syntax of this command is:
  64. ;
  65. ;       cache   .       <filename>
  66. ;
  67. ;   YOU SHOULD CHANGE:
  68. ;
  69. ;   =>  Nothing - do NOT change this line, if you are NOT a root domain
  70. ;       server.
  71. ;       (Note:  if you are not connected to the Internet, be sure and edit
  72. ;       the cache file to point at the root servers for your intranet.)
  73. ;
  74. ;       OR
  75. ;
  76. ;   =>  Comment out this line, if this DNS server is the ROOT domain
  77. ;       server for a private intranet.
  78. ;
  79.  
  80. cache   .   cache.dns
  81.  
  82.  
  83. ;
  84. ;   PRIMARY DOMAINS
  85. ;
  86. ;   "Primary" domains are listed below.  The second column is the name of the
  87. ;   domain for which this name server is authoritative.  The third column is
  88. ;   the name if the database file which contains the authoritative data.
  89. ;
  90. ;   The syntax of this command is:
  91. ;
  92. ;       primary <domain> <filename>
  93. ;
  94. ;   YOU SHOULD CHANGE:
  95. ;       - The names of the domains.
  96. ;       - The names of the database files.
  97. ;       - Comment out domains for which server will be secondary.
  98. ;
  99.  
  100. ;primary   place.dom                 place.dns
  101. ;primary   29.5.192.in-addr.arpa     192.dns
  102.  
  103.  
  104.  
  105. ;
  106. ;   SECONDARY DOMAINS
  107. ;
  108. ;   "Secondary" domains are listed below.
  109. ;
  110. ;   The syntax of this command is:
  111. ;
  112. ;       secondary <domain> <master DNS ip address> <filename>
  113. ;
  114. ;   YOU SHOULD CHANGE:
  115. ;       - The names of the domains.
  116. ;       - The names of the database files.
  117. ;       - The IP address of the primary DNS server (192.255.255.7).
  118. ;       - Uncomment domains for which server will be secondary, then
  119. ;         comment out the primary statement for that domain above.
  120. ;
  121.  
  122. ;secondary   place.dom                  192.5.29.7   place.dns
  123. ;secondary   29.5.192.in-addr.arpa      192.5.29.7   192.dns
  124.